home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp2.jacobs.com
/
2015.02.ftp2.jacobs.com.tar
/
ftp2.jacobs.com
/
pub
/
iPass
/
Open Mobile-V2.3.0-11624-V9.000.msi
/
Data1.cab
/
_BC6C9554338865996723CDE64A7F9033
< prev
next >
Wrap
Extensible Markup Language
|
2012-10-24
|
1KB
|
27 lines
<?xml version="1.0" encoding="utf-8"?>
<LogSettings>
<DebugLogFile>
<maximumFileSize value="15 MB" />
<maxSizeRollBackups value="5" />
<DatePattern value="yyyy-MM" />
</DebugLogFile>
<!--freeDisksizeThreshold = defined as % of free space on hard drive -->
<!--filesizeThreshold = defined as max size of file allowed in KB.Ignored if freeDisksizeThreshold is defined -->
<!--ageThreshold= defined in days after which oldest entries are removed -->
<TroubleshootLogFile>
<freeDisksizeThreshold value="5" />
<filesizeThreshold value="10000" />
<ageThreshold value="4" />
</TroubleshootLogFile>
<!-- OFF = All the logging is off. Error messages will still be written to Windows Event Log-->
<!-- TRACE= To enable trace logs. Trace,Debug,Error,TroubleShoot logs will be available.-->
<!--DEBUG = To disable trace logs.Debug,Error,TroubleShoot logs only will be available. -->
<!--INFO = To disable trace,debug logs.Only Error and TroubleShoot logs will be available -->
<!-- Since troubleshooting should be always available,the level should never be set to ERROR-->
<LogLevel>
<level value="DEBUG" />
</LogLevel>
</LogSettings>